Posts

Post not yet marked as solved
6 Replies
Hi marco_fing, did you mean:<html> <head> <meta name="appleid-signin-client-id" content="[CLIENT_ID]"> <meta name="appleid-signin-scope" content="[SCOPES]"> <meta name="appleid-signin-redirect-uri" content="[REDIRECT_URI]"> <meta name="appleid-signin-state" content="[STATE]"> </head> <style> .signin-button { width: 100% !important; height: 100% !important; } </style> <body> <div id="appleid-signin" class="signin-button" data-color="black" data-border="true" data-type="sign in"></div> <script type="text/javascript" src="https://appleid.cdn-apple.com/appleauth/static/jsapi/appleid/1/en_US/appleid.auth.js"></script> </body> </html>Same issue here,the above code is copy from the SignIn with Apple Id js document,can I just replace the line #10, #11 to resolving the problem?sorry, I'm newer~~